home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13539 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  687 b 

  1. Path: ns.mad.servicom.es!news
  2. From: ores@mad.servicom.es (Orestes Sanchez)
  3. Newsgroups: comp.lang.c++,comp.unix.unixware.misc
  4. Subject: Re: Getting proper symbol names using G++ (unixware)
  5. Date: Mon, 25 Mar 1996 22:30:08 GMT
  6. Organization: SERVICOM
  7. Message-ID: <4j77bi$i5e@ns.mad.servicom.es>
  8. References: <827178990.20294@dekard.demon.co.uk> <4iov78$99@nntp.atlanta.com>
  9. NNTP-Posting-Host: ppp_mad_61.inf.servicom.es
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. curts@compgen.com (Curt Smith) wrote:
  13.  
  14. > Can anyone suggest where I may have gone wrong with g++, and how I
  15. > might get it to give me unmangled names.
  16.  
  17. Try filtering with c++filt. I use to write:
  18.  
  19.     g++ -c main.c | c++filt
  20.  
  21. Orestes
  22.  
  23.  
  24.  
  25.